What is Git?
Git is world's most popular version control system.
What is version control system?
Version control system is the software that tracks and manages changes to files over time.
Version control systems generally allow users to revisit earlier versions of the files, compare changes between versions, undo changes, and a whole lot more.
Benefits of using Git?
- It helps to track changes across multiple files.
- It Compare versions of a project.
- It helps to Time Travel back to previous version.
- It allows us to Revert the changes to a previous version.
- It helps us to Collaborate and Share Changes.
- It helps us to Combine Changes.